home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
conv
/
TxtToHTMLv1.6.readme
< prev
next >
Wrap
Text File
|
2002-11-05
|
3KB
|
82 lines
Short: Converts txt files to HTML Docs (+GUI v1.2)
Author: Krzysztof "ssnake" Olsztynski (ssnake@interia.pl)
Uploader: Krzysztof "ssnake" Olsztynski (ssnake@interia.pl)
Version: 1.6
Type: util/conv
Requires: wizard.library if you want to use GUI.
This is simple TXT to HTML converter.It`s very useful
when You make a web site and want to add there Your
text files.
Usage: TxtToHTML <inputfile> [outputfile] [options]
OPTIONS:
-ctr, -centre Centre all text
-iso2 Convert AmigaPL -> ISO-8859-2
-fs SIZE, -fsize SIZE Font size (1-7) [Default is 3]
-fc COLOUR, -fcolour COLOUR Font colour
-bgc COLOUR, -bgcolour COLOUR BackGround colour
-pre Preformated blocks
-nbsp Non-breaking space
-pf Paragraph formatting
-mkl, -makelinks Make links
-lc COLOUR, -lcolour COLOUR Link colour
-alc COLOUR, -alcolour COLOUR Actived link colour
-vlc COLOUR, -vlcolour COLOUR Visited link colour
Only inputfile is require.
inputfile text file to convert
outputfile path to html file (converted inputfile)
TxtToHTML history:
1.6 (12-09-2002) - Litle sped up makelinks function.
- Removed debug infos outputs from makelinks function.
1.5 (26-07-2002) - Fixed small bug in makelinks function.
- Some improved:
-> Now when you forgot SIZE or COLOUR after -fsize,
-fcolour or -bgcolour option the program still
should work correctly.
-> Now you can use -mkl instead of -makelinks,
-ctr instead of -centre,
-fs instead of -fsize,
-fc instead of -fcolour,
-bgc instead of -bgcolour.
- Added link colour, alink (actived link) colour
and vlink (visited link) colour options.
1.4 (05-05-2002) - Fixed bug in mailto links '@' (MakeLinks option).
- Added making ftp links (MakeLinks option).
- Replaced [68020] version of TxtToHTML by new
[68020-60] one.
1.3 (03-05-2002) - Fixed wrong converting Copyright '©' mark.
- Fixed converting tabulature mark.
- Removed writing <FONT SIZE="x"> when preformated
blocks option is enable.
- Fixed wrong converting Registered trademark '®' mark.
- Added makelinks option.
- Fixed some small bugs.
1.2 (21-03-2002) - Sped up.
- Added paragraph formatting option.
- Optimalized source code.
- Fixed some small bugs.
- Added GUI (wizard).
1.1 (01-01-2002) - Rewrote all source code.
- Added font colour, background colour and font size
options.
- Added preformated blocks option.
- Added non-breaking space option.
- Changed status on E-MAILWARE.
1.0 (16-07-2001) - First release.